home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000328_news@columbia.edu _Mon May 29 10:38:29 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA09926
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 29 May 2000 10:38:28 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA22342
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 29 May 2000 10:38:28 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id KAA21013
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 29 May 2000 10:14:01 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: 'Cant initialize Kermit' err from VMS batch queue
  14. Date: 29 May 2000 14:14:01 GMT
  15. Organization: Columbia University
  16. Message-ID: <8gttv9$kgg$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8gtqn5$l9l$2@slb2.atl.mindspring.net>,
  20. Vince <vincent999@mindspring.com> wrote:
  21. :    Any suggestions on why I might be getting a "Can't initialize
  22. : Kermit" error when running Kermit from a VMS batch queue?  (it works
  23. : fine interactively).   I have used the -Y (no init file) option, and I
  24. : don't have any CKERMIT_INIT logicals defined so I don't think it's
  25. : running a bad initialization file.
  26. :
  27. "Can't initialize Kermit" is not a message from Kermit.  Everything I know
  28. about running C-Kermit in VMS Batch is in the CKVBWR.TXT file:
  29.  
  30.   ftp://kermit.columbia.edu/kermit/f/ckvbwr.txt
  31.  
  32. Mainly in Section 2.1.  Some of the hints in Sections 2.2 and 2.3 might
  33. also apply.
  34.  
  35. - Frank